clear Environment Display Fahrenheit
open fun clearEnvironmentDisplayFahrenheit(): ModuleConfigProtos.ModuleConfig.TelemetryConfig.Builder
We'll always read the sensor in Celsius, but sometimes we might want to
display the results in Fahrenheit as a "user preference".
Content copied to clipboard
bool environment_display_fahrenheit = 5;
Return
This builder for chaining.